home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 05 Programming / ASTERI.SFX / returncodes.doc < prev    next >
Text File  |  1990-02-12  |  512b  |  22 lines

  1.        "Return()" codes
  2.  
  3. When a program exits to the shell, the
  4.    carry flag is set or cleared to
  5.    signal if an error occured.
  6.  
  7.    If carry set (Error), then the
  8.    accumulator contains the error
  9.    number.
  10.  
  11.    If carry clear, then the accumulator
  12.    contains:
  13.  
  14.        0 -- Finished, everything A-OK,
  15.             go to next "sentence".
  16.  
  17.        1 -- Finished, but if any more
  18.             nouns can be passed, then
  19.             re-run program
  20.             (used by RM, etc, to act
  21.              on multiple files)
  22.